Welcome![Sign In][Sign Up]
Location:
Search - P2P TCP

Search list

[Other resourcep2p

Description: TCP实现P2P通信、TCP穿越NAT的方法、TCP打洞.rar,用于实现内网p2p传输
Platform: | Size: 86347 | Author: 张石 | Hits:

[WinSock-NDISnet-TCP

Description: P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件。
Platform: | Size: 453408 | Author: 李健 | Hits:

[Other resourcep2p服务器

Description: 实现了p2p功能的tcp服务器-accomplish tcp server with P2P
Platform: | Size: 16966 | Author: 拉登 | Hits:

[P2PP2PChatPlus 终结版

Description:

第一个版本发布已经有将近半年的时间,在这段时间里面发生了很多事情,让我很长时间都难以安下心来写程序。我是酷爱写程序的,但是当她变成谋生手段的时候,时常会无比的艰涩。有时候压力不仅仅来自困难的问题本身。  说说程序本身吧,其实第一个版本只是实现了P2P的一小部分,而后一直不断的完善,到了第三个版本,我才算是彻底理解了UDP实现跨网关P2P,当然,这个版本也并不是完善的。比如说:在没有回朔功能的网关下两台计算机无法通信,没有对数据包进行完整性的判断……。其实事情总没有完善的时候吧。  程序只是实现了基本的基于UDP穿NAT的P2P,其他还有TCP和UPNP等等的就等大家一起研究吧。  写程序的过程中,在网上查了很多东西,绝大多数都是在互相抄啊抄的。其实问题也就是这么一点,没有必要长篇累牍的论述,可能我比较笨,理解的太慢了。时常感觉就差那么一点点,有人提点一下就好了,可是始终我都没有找到这样的人。  所有的东西都在“连接过程.doc”里面可以找到,程序本身也就是实现了图上面的流程。在这个过程的基础上,完全可以实现一个基于UDP的P2P开发包,不过有时间再说吧……   我的联系方式:  MSN: m820126@163.com   Email: m820126@163.com   http://www.cwind.cn   有问题可以来问我,不过我平时事情比较多,如果不能一一回答也请见谅了。之前一直有人问TMMessageMemo找不到,其实这是我自己的开发包里面一个小组件,仅仅是用来显示消息的,如果你稍微用心地读一下代码,就会发现用一个Memo就可以替换掉了。这次为了避免再有这样的事情出现,我把“MMessageMemo.pas”一起打包进来了,自己装一下吧,如果你连安装组件都不会……我就不说什么了。


Platform: | Size: 461273 | Author: AaronMing | Hits:

[OS programP2P_by_shootingstars

Description: 这是一个在TCP/IP编程中经常遇到要处理的 问题,就是网络地址转换NAT,改源代码提供 一种方法,穿透内网的保护,到达目的地址。- This the question which frequently meets in the TCP/IP programming must process, is network address translation NAT, changes the source code to provide one method, in the penetration the net protection, arrives the destination address.
Platform: | Size: 28672 | Author: 罗家兄弟 | Hits:

[Sniffer Package capturebandwidthd-2.0.1

Description: 跟踪TCP/IP网络使用情况,并通过生成图表保存在html中,对HTTP,TCP,UDP,ICMP,VPN,P2P等都有专门的颜色区分-tracking TCP/IP networks, and by generating charts stored in html, right HTTP, TCP, UDP, ICMP, VPN, including P2P has specialized color distinction
Platform: | Size: 139264 | Author: 刘迅 | Hits:

[Internet-Network用WINSOCK实现聊天室的VC

Description: Internet上可以提供一种叫IRC 的服务。使用者通过客户端的程序登录到IRC服务器上,就可以与登录在同一IRC服务器上的客户进行交谈,这也就是平常所说的聊天室。在这里,给出了一个在运行TCP/IP协议的网络上实现IRC服务的程序。-Internet can provide a service called IRC. Client users through the process log on to IRC servers, and can be logged on the same server on the IRC chat client, which is usually the chat rooms. Here is a running TCP/IP on the network to achieve the IRC service procedures.
Platform: | Size: 8192 | Author: 风清扬 | Hits:

[Internet-NetworkNATSolutions

Description: 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address translation system, in three parts : 1) Router 2) TCP Mapping 3) UDP mapping
Platform: | Size: 17408 | Author: 李大卫 | Hits:

[Internet-NetworkP2PFileTransfers

Description: 一个利用Visual C++实现的文件传输软件,使用的协议是TCP/IP-a Visual C realization of file transfer software, the agreement is to use TCP/IP
Platform: | Size: 274432 | Author: 陈智斌 | Hits:

[Sniffer Package captureWindowsNetAndConmunicationDesign

Description: 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Windows个人防火墙的完整实例代码,防火墙采用应用层(SPI)核心层(IMD驱动)双重过滤机制,能够有效地抵挡网络入侵和攻击。提供了大量的完整的实例,许多例子稍做修改即可应用到实际项目中。-on Windows network programming tutorial for beginners, Windows display a variety of I/O methods, a detailed description of high-performance, scalable server development process, and gives detailed codes. Will be programming, network protocol and application examples of organic composition, Details on the Internet radio and IP Multicasting, the original socket, SPI, LAN and WAN on the scanning and detection technology, network and data theft protection, to deceive the ARP, IP deception. Details of the agreement demo-driven development process, NDIS Programming Interface. Programming in practice learning P2P program design, discussed the penetration of firewalls, NAT establish direct UDP and TCP connections to the various programs. Windows includes a complete personal firewall code example
Platform: | Size: 2154496 | Author: 王勇 | Hits:

[TCP/IP stackaresregular209_05022007

Description: Filesharing-Bittorrent p2p client connected to TCP supernode/leaf network and UDP DHT network. Ares features a built-in directshow media player, a powerful library manager, shoutcast radio support and can be used to host p2p Chatrooms. -Filesharing- Bittorrent p2p client conne cted to supernode TCP/UDP leaf network and DHT n etwork. cf features a built-in directshow me dia player, a powerful library manager, shoutcast radio support and can be used to host p 2p gossips.
Platform: | Size: 1153024 | Author: 林晓 | Hits:

[OtherCSharp

Description: c#网络应用高级编程-电子教案 第1章 进程、线程与网络协议 第2章 TCP应用编程 第3章 UDP应用编程 第4章 P2P应用编程 第5章 SMTP与POP3应用编程 第6章 网络数据加密与解密 第7章 三维设计与多媒体编程-c# Web applications high-level programming- Electronic Teaching Plan Chapter 1 of the process, thread and network protocols in Chapter 2 TCP application programming Chapter 3 UDP application programming Chapter 4 P2P Application Programming Chapter 5 SMTP and POP3 application programming Chapter 6 network data encryption and decryption Chapter 7 three-dimensional design and multimedia programming
Platform: | Size: 198656 | Author: qiong | Hits:

[P2PP2PCenter_last

Description: P2P点播直播开源项目是一个由Kevin发起,多人参与开发并不断更新,符合GPL开源协议的开源项目。 目的:缩短企业同类型项目开发周期,集成多种P2P协议,如BT,EMULE等。 主要功能: Peer 间传输数据采用UDP,能有效的穿透防火墙,在进一步的版本中将实现TCP及UPNP穿透 能够实现流媒体的点播及直播,还能共享其他文件,文件类型不限。 流媒体文件支持广泛,如rmvb,wmv,flv,mp4等 源代码下载论坛:http://opensource.kan8888.com 演示网站:http://www.skyvcd.com -P2P on-demand broadcast is an open source project initiated by Kevin, people involved in the development and continuously updated in line with the GPL open source open source project agreement. Objective: To shorten the enterprise with the type of project development cycle, integrating a wide range of P2P protocols such as BT, EMULE, etc.. Main functions: Peer between the transmission of data using UDP, can effectively penetrate the firewall, in a further version will be the realization of TCP and UPNP penetration can be achieved on-demand streaming media and broadcast, but also share other files, file types are not limited. Stream media files to support a wide range, such as rmvb, wmv, flv, mp4, such as source code download Forum: http://opensource.kan8888.com demo site: http://www.skyvcd.com
Platform: | Size: 4049920 | Author: 龙飞 | Hits:

[Internet-Networkp2p.tar

Description: 很好用的udp穿透nat的程序代码,是两个在nat后的pc可以直接通讯。-Udp good use of the program code penetration nat is nat after two in the pc can communicate directly.
Platform: | Size: 26624 | Author: 扬载伦 | Hits:

[P2Pc++_P2P

Description: 本源代码实现了用C++ builder设计一个基于Tcp/Ip协议的点到点的通信系统,其中包括点到点用户聊天控件、简单文件传输控件、客户端协议、服务器端协议等。-Source code using C++ Builder based on the design of a Tcp/Ip protocol point-to-point communication systems, including point-to-point users to chat control, a simple file transfer control, the client agreement, server-side agreements.
Platform: | Size: 530432 | Author: 扬扬 | Hits:

[P2PChatRoom

Description: 网络p2p聊天测试程序,使用tcp/udp直连,双方可以发送消息,发送文件-P2p network chat test procedures, the use of tcp/udp Direct Connect, the two sides can send a message, send the file
Platform: | Size: 136192 | Author: tony | Hits:

[P2PP2PMessage

Description: 基于TCP/IP和WCF的P2P聊天程序.可以添加/删除好友,聊天.-Based on TCP/IP and WCF of P2P chat program. You can add/delete friends, chat.
Platform: | Size: 1307648 | Author: 刘晓松 | Hits:

[Windows Developmydoom.a.src

Description: 诺维格源代码.通过电子邮件附件和P2P网络Kazaa传播的病毒,当用户打开并运行附件内的病 毒程序后,病毒就会以用户信箱内的电子邮件地址为目标,伪造邮件的源地址,向外发送大量 带有病毒附件的电子邮件,同时在用户主机上留下可以上载并执行任意代码的后门(TCP 3127-3198范围内)。 -诺维格source code. Through e-mail attachments and P2P network Kazaa virus, when the user opens and run the annex to the virus program, the virus will mail to the user
Platform: | Size: 106496 | Author: kensin | Hits:

[P2PP2PClientAndServ

Description: TCP实现P2P通信,包括TCP NAT 打洞 详细信息请看源代码,是个不错的通信程序-TCP to achieve P2P communications, including TCP NAT holes detailed information see the source code is a good communication program
Platform: | Size: 51200 | Author: sunyuyou | Hits:

[TCP/IP stackHQWChatRoom

Description: 自己编写的使用TCP/IP协议实现的网络通讯程序,可供参考-I have written to use TCP/IP protocol network communication procedures, available for reference
Platform: | Size: 130048 | Author: 黄杰凯 | Hits:
« 1 2 34 5 6 7 8 9 »

CodeBus www.codebus.net